Skip to content

Fixes #20560: Fix VLAN disambiguation in prefix bulk import#20937

Merged
bctiemann merged 1 commit intomainfrom
20560-bulk-import-prefix
Dec 12, 2025
Merged

Fixes #20560: Fix VLAN disambiguation in prefix bulk import#20937
bctiemann merged 1 commit intomainfrom
20560-bulk-import-prefix

Conversation

@jnovinger
Copy link
Member

@jnovinger jnovinger commented Dec 5, 2025

Fixes: #20560

When vlan_site is specified during prefix bulk import, the form should only match VLANs at that specific site. The previous implementation included VLANs with NULL site (global VLANs), which caused "multiple objects were found" errors when both a global VLAN and site-specific VLAN existed with the same vid.

@jnovinger jnovinger requested review from a team and bctiemann and removed request for a team December 5, 2025 22:44
@bctiemann bctiemann merged commit 642d83a into main Dec 12, 2025
10 checks passed
@jeremystretch jeremystretch deleted the 20560-bulk-import-prefix branch December 14, 2025 15:12
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulk import prefixes with associated VLAN not working when multiple VLANs with the same vid exist. #18582

2 participants